// -ENEMY------------------------------------------------------ \\
// Yellow Puffer
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/04/08
//
// Description: 
//   This is a goal type enemy, which will move out of the 
//   formation and fire a number of quills towards the player
//   periodically, so that the player will want to destroy it
//   as soon as possible to stop this.
//
// Difficulty: 6
//
// ------------------------------------------------------------ \\

EnemyType enemyPuffer


SwoopPath pufferExplode
EscapePath genericEscapePath



Size 9.5

Color 1 0.8 0.6 1

HitPoints 3

AbortPathAtScreenBottom false

CanSwoop true
MustKillToAdvance true
DoesRotate true
IsVulnerable true



// Score Options:

EntryScore 100
BaseScore 75
SwoopingScore 150